From: Juanma Barranquero Date: Fri, 2 Oct 2009 15:47:07 +0000 (+0000) Subject: Fix typos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10113 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a46ba9b9ba1bbd577ac00352810bf995a9c14d61;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58349083f55..53050de004d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -172,7 +172,7 @@ * international/uni-combining.el: * international/uni-comment.el: * international/uni-decimal.el: - * international/uni-decomposition.e: + * international/uni-decomposition.el: * international/uni-digit.el: * international/uni-lowercase.el: * international/uni-mirrored.el: @@ -630,7 +630,7 @@ 2009-09-26 Alan Mackenzie - * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct + * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct buggy bracketing. * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted @@ -1524,7 +1524,7 @@ * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete. (gdb-var-list-children): Use json parsing. -2009-09-11 Daniel Colascione +2009-09-11 Daniel Colascione * progmodes/js.el (js--proper-indentation): Handle the case where char-before is null. Reported by Deniz Dogan.